home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / oneclickoptimizer.exe / RCDATA / TFRMREGISTRY / TFRMREGISTRY.txt
Text File  |  2010-01-14  |  4KB  |  139 lines

  1. object frmRegistry: TfrmRegistry
  2.   Left = 271
  3.   Top = 144
  4.   AutoScroll = False
  5.   Caption = 'Registry Fix'
  6.   ClientHeight = 453
  7.   ClientWidth = 686
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     686
  19.     453)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 665
  26.     Height = 49
  27.     AutoSize = False
  28.     Caption = 
  29.       'Please select registry entry you wish to fix. Click an item with' +
  30.       ' your right mouse button to view additional options.'
  31.     Transparent = True
  32.   end
  33.   object vtree1: TVirtualDrawTree
  34.     Left = 8
  35.     Top = 32
  36.     Width = 668
  37.     Height = 377
  38.     Anchors = [akLeft, akTop, akRight, akBottom]
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = 5263440
  41.     Font.Height = -11
  42.     Font.Name = 'Tahoma'
  43.     Font.Style = []
  44.     Header.AutoSizeIndex = 0
  45.     Header.Font.Charset = DEFAULT_CHARSET
  46.     Header.Font.Color = clWindowText
  47.     Header.Font.Height = -11
  48.     Header.Font.Name = 'Tahoma'
  49.     Header.Font.Style = []
  50.     Header.Height = 20
  51.     Header.Options = [hoDrag, hoHotTrack]
  52.     ParentFont = False
  53.     PopupMenu = PopupMenu1
  54.     TabOrder = 0
  55.     TreeOptions.AutoOptions = [toAutoExpand, toAutoScroll, toAutoScrollOnExpand, toAutoSpanColumns, toAutoTristateTracking, toAutoHideButtons, toAutoDeleteMovedNodes]
  56.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  57.     TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  58.     TreeOptions.SelectionOptions = [toDisableDrawSelection, toExtendedFocus, toLevelSelectConstraint, toMiddleClickSelect, toMultiSelect, toRightClickSelect, toSiblingSelectConstraint, toCenterScrollIntoView, toSimpleDrawSelection]
  59.     OnChecked = vtree1Checked
  60.     OnDrawNode = vtree1DrawNode
  61.     OnInitNode = vtree1InitNode
  62.     OnResize = vtree1Resize
  63.     Columns = <
  64.       item
  65.         Position = 0
  66.         Width = 310
  67.       end>
  68.   end
  69.   object btnOK: TBitBtn
  70.     Left = 509
  71.     Top = 421
  72.     Width = 75
  73.     Height = 25
  74.     Anchors = [akRight, akBottom]
  75.     Caption = 'OK'
  76.     ModalResult = 1
  77.     TabOrder = 1
  78.   end
  79.   object btnCancel: TBitBtn
  80.     Left = 603
  81.     Top = 421
  82.     Width = 75
  83.     Height = 25
  84.     Anchors = [akRight, akBottom]
  85.     Caption = 'Cancel'
  86.     ModalResult = 2
  87.     TabOrder = 2
  88.   end
  89.   object PopupMenu1: TPopupMenu
  90.     Left = 312
  91.     Top = 112
  92.     object SelectAll1: TMenuItem
  93.       Action = actSelectall
  94.     end
  95.     object DeselectAll1: TMenuItem
  96.       Action = actDeselectall
  97.     end
  98.     object InverseSelection1: TMenuItem
  99.       Action = actInverse
  100.     end
  101.     object N1: TMenuItem
  102.       Caption = '-'
  103.     end
  104.     object Ignore1: TMenuItem
  105.       Action = actIgnore
  106.     end
  107.     object N2: TMenuItem
  108.       Caption = '-'
  109.     end
  110.     object OpeninRegedit1: TMenuItem
  111.       Action = actRegedit
  112.     end
  113.   end
  114.   object ActionList1: TActionList
  115.     Left = 376
  116.     Top = 24
  117.     object actSelectall: TAction
  118.       Caption = 'Select All'
  119.       OnExecute = actSelectallExecute
  120.     end
  121.     object actDeselectall: TAction
  122.       Caption = 'Deselect All'
  123.       OnExecute = actDeselectallExecute
  124.     end
  125.     object actInverse: TAction
  126.       Caption = 'Inverse Selection'
  127.       OnExecute = actInverseExecute
  128.     end
  129.     object actIgnore: TAction
  130.       Caption = 'Ignore'
  131.       OnExecute = actIgnoreExecute
  132.     end
  133.     object actRegedit: TAction
  134.       Caption = 'Open in Regedit'
  135.       OnExecute = actRegeditExecute
  136.     end
  137.   end
  138. end
  139.